Chapter 9: Object Oriented Programming

Object Oriented Programming is a paradigm used in many languages, including: c++, java, JavaScript, and Python. It allows for programming code and data to be connected in an easy to use structure. This structure (called a class) allows for code re-use in many applications. You have already seen classes and objects, when we were using … Continue reading Chapter 9: Object Oriented Programming